runtime.gcControllerState.heapGoal (method)
8 uses
runtime (current package)
metrics.go#L726: a.heapGoal = gcController.heapGoal()
mgc.go#L1648: if gcController.heapGoal() > minHeapForMetadataHugePages {
mgcpacer.go#L459: heapGoal := c.heapGoal()
mgcpacer.go#L505: heapGoal := int64(c.heapGoal())
mgcpacer.go#L603: gcController.lastHeapGoal = c.heapGoal()
mgcpacer.go#L993: func (c *gcControllerState) heapGoal() uint64 {
mstats.go#L443: heapGoal := gcController.heapGoal()
traceruntime.go#L569: heapGoal := gcController.heapGoal()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |